Skip to content

Commit

Permalink
fix CM_ASPX_ACPL_3
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed May 29, 2024
1 parent c500f24 commit 001f0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/patches/0077-add-ac4-decoder.patch
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Index: FFmpeg/libavcodec/ac4dec.c
===================================================================
--- /dev/null
+++ FFmpeg/libavcodec/ac4dec.c
@@ -0,0 +1,5901 @@
@@ -0,0 +1,5902 @@
+/*
+ * AC-4 Audio Decoder
+ *
Expand Down Expand Up @@ -4694,6 +4694,7 @@ Index: FFmpeg/libavcodec/ac4dec.c
+ break;
+ case CM_ASPX_ACPL_1:
+ case CM_ASPX_ACPL_2:
+ case CM_ASPX_ACPL_3:
+ switch (ss->coding_config) {
+ case 0:
+ if (ss->mdct_stereo_proc[0])
Expand Down

0 comments on commit 001f0c7

Please sign in to comment.