Browse Source

avcodec/internal: Fix skiped typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
bf6d41d8a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/internal.h

+ 1
- 1
libavcodec/internal.h View File

@@ -55,7 +55,7 @@
#define FF_CODEC_CAP_SETS_PKT_DTS (1 << 2)
/**
* The decoder extracts and fills its parameters even if the frame is
* skiped due to the skip_frame setting.
* skipped due to the skip_frame setting.
*/
#define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM (1 << 3)



Loading…
Cancel
Save