| Update code for FFMpeg in C# |
|
I have fixed the problem with mpeg files in the code. Originally, I was unaware of the newer code from Martin Böhme. So I wrote my translation using the old version and when I found the newer code I left the following two lines:
//if( DNUtils.codec_cap_truncated(pCodec) != 0 )
// DNUtils.set_truncated_flag(pCodecCtx);
They should be commented out, as above, and that's the only difference with the code in my original post. I have updated the download but you can just add the comment on the lines above (around line 120 in the file Class1.cs).
Now the application should also process
mpeg files correctly. |
| < Prev | Next > |
|---|











