Browse Source

prores: fix typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
fd0247f833
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/proresdec_gpl.c

+ 1
- 1
libavcodec/proresdec_gpl.c View File

@@ -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


Loading…
Cancel
Save