diff options
Diffstat (limited to 'libhb/stream.c')
-rw-r--r-- | libhb/stream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index 9f6a44d98..0fd98a6c2 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -5086,8 +5086,6 @@ static int ffmpeg_open( hb_stream_t *stream, hb_title_t *title, int scan ) fail: if ( info_ic ) avformat_close_input( &info_ic ); - free(stream->ffmpeg_pkt); - stream->ffmpeg_pkt = NULL; return 0; } |