diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-09 21:49:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-09 21:49:55 +0200 |
commit | fd0247f8333029ec5b3451bf3c3cddc363ffc53b (patch) | |
tree | f4f62d341be523da77499ce17064dbf248db2ad0 /libavcodec/proresdec_gpl.c | |
parent | cb50ada4f87bc6f735b76f798fddc8d3e6045497 (diff) | |
download | ffmpeg-fd0247f8333029ec5b3451bf3c3cddc363ffc53b.tar.gz |
prores: fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/proresdec_gpl.c')
-rw-r--r-- | libavcodec/proresdec_gpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresdec_gpl.c b/libavcodec/proresdec_gpl.c index 7362bf1da9..96da844d3f 100644 --- a/libavcodec/proresdec_gpl.c +++ b/libavcodec/proresdec_gpl.c @@ -21,7 +21,7 @@ /** * @file - * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy), 'ap4c' (4444) + * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy), 'ap4h' (4444) */ //#define DEBUG |