[FFmpeg-devel] [PATCH] Add PlayStation Portable PMP format demuxer
Michael Niedermayer
michaelni at gmx.at
Wed Apr 6 01:48:32 CEST 2011
On Tue, Apr 05, 2011 at 10:06:13PM +0200, Reimar Döffinger wrote:
[...]
> +
> +static int pmp_packet(AVFormatContext *s, AVPacket *pkt) {
> + PMPContext *pmp = s->priv_data;
> + AVIOContext *pb = s->pb;
> + int ret = 0;
> + int i;
> +
> + if (url_feof(pb))
> + return AVERROR(EIO);
AVERROR_EOF
rest is ok, please push
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110406/09f095bd/attachment.asc>
More information about the ffmpeg-devel
mailing list