6e271ee0da
- 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)
11 lines
224 B
C
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;
|
|
}
|