Re: [FFmpeg-devel] Off topic question about format specifiers in the C stdlib

2015-05-31 Thread Marcus Johnson
No, I'm writing my own codec from the ground up; not an implementation of one that already exists based on a standardized codec like jpeg, but my own from scratch. I noticed that printf and scanf support format specifiers, so I was wondering if there was a function like getopt, but specifically

[FFmpeg-devel] Off topic question about format specifiers in the C stdlib

2015-05-30 Thread Marcus Johnson
I'm writing my own Video codec, and I'm trying to take multiple frames as the input with a specifier like %03d, is there a stdlib function for this, or will I have to write it myself? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] Off topic question about format specifiers in the C stdlib

2015-05-30 Thread Gonzalo Garramuno
On 30/05/15 13:24, Marcus Johnson wrote: I'm writing my own Video codec, and I'm trying to take multiple frames as the input with a specifier like %03d, is there a stdlib function for this, or will I have to write it myself? ___ ffmpeg-devel mailing