Merge commit '8191f960a6'
* commit '8191f960a6':
examples/decode_video: constify the AVCodec instance
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
fdbc29ca70
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ static int decode_write_frame(const char *outfilename, AVCodecContext *avctx,
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
const char *filename, *outfilename;
|
||||
AVCodec *codec;
|
||||
const AVCodec *codec;
|
||||
AVCodecContext *c= NULL;
|
||||
int frame_count;
|
||||
FILE *f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue