]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tests/seek.c
Merge commit '79fb0692992c74214c6cf8e81350fc93eeffc5ec'
[ffmpeg] / libavformat / tests / seek.c
index 7ed56ba4ef98061ab0a4f1790f509751701c6e81..5cf3a123e33fbcaaa564b0943cf676affdcea105 100644 (file)
@@ -67,6 +67,8 @@ 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]);