summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-12-15 08:28:27 -0800
committerJohn Stebbins <[email protected]>2016-12-17 07:28:51 -0800
commit48bdca29c21ad7137a45003767bd40764feb89b1 (patch)
treee4db5cc59c63f3a3af36dd00420dc74e93741b7a /libhb/stream.c
parent480d018ee0012a5adb9609195a951496f7d3c62a (diff)
unref AVPackets, fix merge issues
Diffstat (limited to 'libhb/stream.c')
-rw-r--r--libhb/stream.c2
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;
}