Re: [mpeg2-dev] Clarifications regarding the Decoding Time

2008-02-22 Thread Krishna Prasad
Hello Keith Thanks for your reply. According to my code, there is no *"BREAK"* in the *"STATE_SLICE*" [which I had to forgot to mention in my previous mail] and so it executes the * "STATE_END*" loop which has the stop timer. This can be referred as the Computation Time. If I have any more doub

Re: [mpeg2-dev] Clarifications regarding the Decoding Time

2008-02-22 Thread Keith Winstein
Hi Krishna, That sounds plausible. Make sure you're running mpeg2dec with "-o null" so that none of your time is consumed with drawing (aka displaying) the frame. It's hard to know for sure without seeing the code, but if the output is plausible and if adding up all the individual times is clo

[mpeg2-dev] Clarifications regarding the Decoding Time

2008-02-22 Thread Krishna Prasad
Hi Keith This is in reference to the previous mails which I had send it you asking for the decoding time. The problem was with the code [on the subtraction betwen the stop and start time between the pictures] as you said. I have removed the errror and I wanted to ensure, whether the following ste