avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flag

It has no effect whatsoever since the major bump.
Replace the flag's documentation to reflect this as well.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2017-10-28 23:47:22 -03:00
parent 8b43039fe1
commit ca2b779423
5 changed files with 2 additions and 8 deletions
-2
View File
@@ -67,8 +67,6 @@ int main(int argc, char **argv)
int frame_count = 1;
int duration = 4;
ic->flags |= AVFMT_FLAG_KEEP_SIDE_DATA;
for(i=2; i<argc; i+=2){
if (!strcmp(argv[i], "-seekforw")){
seekfirst = atoi(argv[i+1]);