diff options
author | John Stebbins <[email protected]> | 2016-12-15 08:28:27 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-17 07:28:51 -0800 |
commit | 48bdca29c21ad7137a45003767bd40764feb89b1 (patch) | |
tree | e4db5cc59c63f3a3af36dd00420dc74e93741b7a /libhb/stream.c | |
parent | 480d018ee0012a5adb9609195a951496f7d3c62a (diff) |
unref AVPackets, fix merge issues
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; } |