freebsd-ports/multimedia/handbrake-gtk2/files/patch-core_FfmpegEnc.c
Michael Johnson 6e271ee0da - Remove ffmpeg snapshot and depend on multimedia/ffmpeg
- Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2
- Fix build on some configurations on 4.x
- Bump PORTREVISION

PR:		ports/74754
Submitted by:	Andrew Thompson (maintainer)
2004-12-19 01:59:40 +00:00

11 lines
224 B
C

--- core/FfmpegEnc.c.orig Sun Dec 19 11:16:49 2004
+++ core/FfmpegEnc.c Sun Dec 19 11:16:58 2004
@@ -132,7 +132,7 @@
}
HBBufferClose( &scaledBuffer );
- free( frame );
+ av_free( frame );
return 1;
}