Changes of Revision 41

ffhevc-3.1.7.tar.gz/ffhevc Changed
x
 
1
@@ -2042,7 +2042,7 @@
2
                case "${achanlayout[i]}" in
3
                    0)  achlayout[i]="stereo"; achmeta[i]="Stereo" ;;
4
                    1)  achlayout[i]="5.0"; achmeta[i]="5.0" ;;
5
-                   2)  achlayout[i]="5.1"; achmeta[i]="5.1" ;;
6
+                   2|"")   achlayout[i]="5.1"; achmeta[i]="5.1" ;;
7
                    *)
8
                    error "-> Invalid option!"
9
                    exit 1
10