mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
whoops, wrong commit
Original commit message from CVS: whoops, wrong commit
This commit is contained in:
parent
8308bfda7b
commit
37d5825f4e
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ main (int argc,
|
|||
char *argv[])
|
||||
{
|
||||
MPEG2EncOptions *options = new MPEG2EncOptions ();
|
||||
MPEG2Encoder encoder (*options);
|
||||
MPEG2Encoder *encoder = new MPEG2Encoder (*options);
|
||||
return 0;
|
||||
}
|
||||
],[
|
||||
|
|
Loading…
Reference in a new issue