diff options
author | Stefano Sabatini | 2014-04-01 11:12:51 +0200 |
---|---|---|
committer | Stefano Sabatini | 2014-04-23 10:32:42 +0200 |
commit | bf411fffd4535458bf3ad68ca3b9947458961abe (patch) | |
tree | 416e81319dc5f292ba09843445c3666587e31325 /.gitignore | |
parent | dc6a17cf74a90e41d70ea1753cdb70c0a5b2ced8 (diff) |
examples: rename avcodec.c to decoding_encoding.c
Restore the old name, which was more meaningful and consistent with the
names of the other examples.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f2d09fd767..a7cd39bf67 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ /doc/avoptions_format.texi /doc/doxy/html/ /doc/examples/avio_reading -/doc/examples/avcodec +/doc/examples/decoding_encoding /doc/examples/demuxing_decoding /doc/examples/filter_audio /doc/examples/filtering_audio |