diff mbox series

[FFmpeg-devel] avcodec/proresdec2: fix description of known fourcc

Message ID tencent_48E2E0F65B6C34B1808035BD3FA356299D09@qq.com
State Accepted
Commit 9fdfc748775506713730f9480d7fb410dce4c474
Headers show
Series [FFmpeg-devel] avcodec/proresdec2: fix description of known fourcc | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Zhao Zhili May 30, 2022, 10:27 a.m. UTC
'acpo' should be 'apco', and add missing 'ap4x'.

Signed-off-by: Zhao Zhili <quinkblack@foxmail.com>
---
 libavcodec/proresdec2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c
index dba64a2489..385ca2fb1c 100644
--- a/libavcodec/proresdec2.c
+++ b/libavcodec/proresdec2.c
@@ -21,7 +21,7 @@ 
 
 /**
  * @file
- * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy), 'ap4h' (4444)
+ * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'apco' (Proxy), 'ap4h' (4444), 'ap4x' (4444 XQ)
  */
 
 //#define DEBUG